TidyResult

Undocumented in source.

Members

Functions

print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clangTidyStatus
int clangTidyStatus;

Exit status from running clang tidy

errors
CountErrorsResult errors;
Undocumented in source.
file
AbsolutePath file;
Undocumented in source.
output
string[] output;

Output to the user

suppressedWarnings
int suppressedWarnings;
Undocumented in source.

Meta